Description
Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.
Operation id | Seam.NavigateTo |
Aliases | WebUI.NavigateTo
|
Category | User Interface |
Label | Navigate to Document |
Requires | Seam |
Since | |
Parameters
Signature
Inputs | document |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Seam.NavigateTo",
"aliases" : [ "WebUI.NavigateTo" ],
"label" : "Navigate to Document",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.",
"url" : "Seam.NavigateTo",
"signature" : [ "document", "document" ],
"params" : [ {
"name" : "view",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}